

.text-lg {
  font-size: 18px;
}
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
body {
  font-family: Gilroy, sans-serif;
}
nav.navbar {
  margin-top: 2rem;
}
nav.navbar .navLogo {
  width: 220px;
}
.text-lg {
  font-size: 18px;
}

.bg-blue {
  background-color: #1bbde4 !important;
}

.section-header {
  max-width: 700px;
  margin: 0 auto;
}
.section-header + .section-body {
  margin-top: 48px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.section-title--lg {
  font-size: 32px;
}
.section-description {
  color: #717c91;
  margin-top: 8px;
}
.text-blue {
  color: #1bbde4;
}
.services-list-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  gap: 0rem;
  line-height: 1;
  border-radius: 4px;
  padding: 18px 24px;
  box-shadow: 0 10px 13px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.services-list-item .icon {
  font-size: 24px;
  order: 1;
}
.services-list-item h6 {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 15px;
  text-transform: uppercase;
}
.services-list-item:hover {
  opacity: 0.8;
}
.services-list-item .info {
  flex: 1;
  order: 2;
}
.services-list-item span {
  font-size: 14px;
}

.services-list-item:hover {
  color: #fff !important;
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 200;
  src: local("Gilroy"), url("../font/Gilroy-UltraLight.otf") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: local("Gilroy"),
    url("../fonts/font-subset-Gilroy-Semibold.woff2") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: local("Gilroy"),
    url("../fonts/font-subset-Gilroy-Regular.woff2") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: local("Gilroy"),
    url("../fonts/font-subset-Gilroy-Medium.woff2") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: local("Gilroy"), url("../font/Gilroy-Light.otf") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  src: local("Gilroy"), url("../font/Gilroy-Extrabold.otf") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: local("Gilroy"),
    url("../fonts/font-subset-Gilroy-Bold.woff2") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 900;
  src: local("Gilroy"), url("../font/Gilroy-Black.otf") format("woff");
}
:root {
  --instagram-color: #e1306c;
  --facebook-color: #1873eb;
  --twitter-color: #1da1f2;
  --tiktok-color: #101626;
  --youtube-color: #ff0000;
  --clubhouse-color: #6515dd;
  --soundcloud-color: #f97637;
  --tumblr-color: #1b3561;
  --pinterest-color: #c11f26;
  --spotify-color: #22974c;
  --vimeo-color: #00a9e9;
  --twitch-color: #8d45f8;
  --periscope-color: #3fa1c0;
  --linkedin-color: #026fac;
  --telegram-color: #34a6d8;
  --reddit-color: #ff4500;
  --dailymotion-color: #2a62aa;
  --dlive-color: #d3af03;
  --google-color: #4285f4;
  --netflix-color: #e50914;
  --nonolive-color: #ee2929;
  --pubg-color: #de8d00;
  --seo-color: #3e6acd;
  --tinder-color: #fe3c72;
  --trovo-color: #1bab78;
  --app-store-color: #1c6ee9;
  --onlyfans-color: #00aff0;
  --likee-app-color: #ff2474;
  --snapchat-color: #bfad14;
  --discord-color: #5865f2;
  --kwai-color: #ff6100;
  --shazam-color: #0088ff;
  --opensea-color: #2081e2;
  --trendyol-color: #ff7f00;
  --dolap-color: #25d6a2;
  --gardrops-color: #ff0073;
  --quora-color: #a82400;
  --threads-color: #101626;
  --tripadvisor-color: #00af87;
  --kick-color: #61cb2b;
}

a {
  text-decoration: none;
}
header {
  float: left;
  width: 100%;
  background: #fff;
}
.instagram-bg {
  background: var(--instagram-color) !important;
}
.facebook-bg {
  background: var(--facebook-color) !important;
}
.twitter-bg {
  background: var(--twitter-color) !important;
}
.tiktok-bg {
  background: var(--tiktok-color) !important;
}
.youtube-bg {
  background: var(--youtube-color) !important;
}
.clubhouse-bg {
  background: var(--clubhouse-color) !important;
}
.soundcloud-bg {
  background: var(--soundcloud-color) !important;
}
.tumblr-bg {
  background: var(--tumblr-color) !important;
}
.pinterest-bg {
  background: var(--pinterest-color) !important;
}
.spotify-bg {
  background: var(--spotify-color) !important;
}
.vimeo-bg {
  background: var(--vimeo-color) !important;
}
.twitch-bg {
  background: var(--twitch-color) !important;
}
.periscope-bg {
  background: var(--periscope-color) !important;
}
.linkedin-bg {
  background: var(--linkedin-color) !important;
}
.telegram-bg {
  background: var(--telegram-color) !important;
}
.reddit-bg {
  background: var(--reddit-color) !important;
}
.dailymotion-bg {
  background: var(--dailymotion-color) !important;
}
.dlive-bg {
  background: var(--dlive-color) !important;
}
.google-bg {
  background: var(--google-color) !important;
}
.netflix-bg {
  background: var(--netflix-color) !important;
}
.nonolive-bg {
  background: var(--nonolive-color) !important;
}
.pubg-bg {
  background: var(--pubg-color) !important;
}
.seo-bg {
  background: var(--seo-color) !important;
}
.tinder-bg {
  background: var(--tinder-color) !important;
}
.trovo-bg {
  background: var(--trovo-color) !important;
}
.app-store-bg {
  background: var(--app-store-color) !important;
}
.onlyfans-bg {
  background: var(--onlyfans-color) !important;
}
.likee-app-bg {
  background: var(--likee-app-color) !important;
}
.snapchat-bg {
  background: var(--snapchat-color) !important;
}
.discord-bg {
  background: var(--discord-color) !important;
}
.kwai-bg {
  background: var(--kwai-color) !important;
}
.shazam-bg {
  background: var(--shazam-color) !important;
}
.opensea-bg {
  background: var(--opensea-color) !important;
}
.trendyol-bg {
  background: var(--trendyol-color) !important;
}
.dolap-bg {
  background: var(--dolap-color) !important;
}
.gardrops-bg {
  background: var(--gardrops-color) !important;
}
.quora-bg {
  background: var(--quora-color) !important;
}
.threads-bg {
  background: var(--threads-color) !important;
}
.tripadvisor-bg {
  background: var(--tripadvisor-color) !important;
}
.kick-bg {
  background: var(--kick-color) !important;
}
.instagram-color,
.instagram-color a {
  color: var(--instagram-color) !important;
}
.facebook-color,
.facebook-color a {
  color: var(--facebook-color) !important;
}
.twitter-color,
.twitter-color a {
  color: var(--twitter-color) !important;
}
.tiktok-color,
.tiktok-color a {
  color: var(--tiktok-color) !important;
}
.youtube-color,
.youtube-color a {
  color: var(--youtube-color) !important;
}
.clubhouse-color,
.clubhouse-color a {
  color: var(--clubhouse-color) !important;
}
.soundcloud-color,
.soundcloud-color a {
  color: var(--soundcloud-color) !important;
}
.tumblr-color,
.tumblr-color a {
  color: var(--tumblr-color) !important;
}
.pinterest-color,
.pinterest-color a {
  color: var(--pinterest-color) !important;
}
.spotify-color,
.spotify-color a {
  color: var(--spotify-color) !important;
}
.vimeo-color,
.vimeo-color a {
  color: var(--vimeo-color) !important;
}
.twitch-color,
.twitch-color a {
  color: var(--twitch-color) !important;
}
.periscope-color,
.periscope-color a {
  color: var(--periscope-color) !important;
}
.linkedin-color,
.linkedin-color a {
  color: var(--linkedin-color) !important;
}
.telegram-color,
.telegram-color a {
  color: var(--telegram-color) !important;
}
.reddit-color,
.reddit-color a {
  color: var(--reddit-color) !important;
}
.dailymotion-color,
.dailymotion-color a {
  color: var(--dailymotion-color) !important;
}
.dlive-color,
.dlive-color a {
  color: var(--dlive-color) !important;
}
.google-color,
.google-color a {
  color: var(--google-color) !important;
}
.netflix-color,
.netflix-color a {
  color: var(--netflix-color) !important;
}
.nonolive-color,
.nonolive-color a {
  color: var(--nonolive-color) !important;
}
.pubg-color,
.pubg-color a {
  color: var(--pubg-color) !important;
}
.seo-color,
.seo-color a {
  color: var(--seo-color) !important;
}
.tinder-color,
.tinder-color a {
  color: var(--tinder-color) !important;
}
.trovo-color,
.trovo-color a {
  color: var(--trovo-color) !important;
}
.app-store-color,
.app-store-color a {
  color: var(--app-store-color) !important;
}
.onlyfans-color,
.onlyfans-color a {
  color: var(--onlyfans-color) !important;
}
.likee-app-color,
.likee-app-color a {
  color: var(--likee-app-color) !important;
}
.snapchat-color,
.snapchat-color a {
  color: var(--snapchat-color) !important;
}
.discord-color,
.discord-color a {
  color: var(--discord-color) !important;
}
.kwai-color,
.kwai-color a {
  color: var(--kwai-color) !important;
}
.shazam-color,
.shazam-color a {
  color: var(--shazam-color) !important;
}
.opensea-color,
.opensea-color a {
  color: var(--opensea-color) !important;
}
.trendyol-color,
.trendyol-color a {
  color: var(--trendyol-color) !important;
}
.dolap-color,
.dolap-color a {
  color: var(--dolap-color) !important;
}
.gardrops-color,
.gardrops-color a {
  color: var(--gardrops-color) !important;
}
.quora-color,
.quora-color a {
  color: var(--quora-color) !important;
}
.threads-color,
.threads-color a {
  color: var(--threads-color) !important;
}
.tripadvisor-color,
.tripadvisor-color a {
  color: var(--tripadvisor-color) !important;
}
.kick-color,
.kick-color a {
  color: var(--kick-color) !important;
}
.sitecotent {
  float: left;
  width: 100%;
}

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
:root {
  --instagram-color: #e1306c;
  --twitter-color: #1da1f2;
  --youtube-color: #f70e36;
  --facebook-color: #3374e3;
  --tiktok-color: #0e121e;
  --twitch-color: #8653f6;
  --spotify-color: #65d36e;
  --clubhouse-color: #651fdd;
  --soundcloud-color: #ea7c48;
  --tumblr-color: #20355e;
  --pinterest-color: #b5322f;
  --vimeo-color: #2e6fa8;
  --linkedin-color: #59acdc;
  --seo-color: #d08d31;
  --telegram-color: #0089c6;
}

.category-list-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
}
.category-list-item .baslik {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.category-list-item .sosyal {
  float: left;
  width: 100%;
  font-weight: 500;
  display: block;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.category-list-item .title {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
.category-list-item {
  background-color: #fff;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
